func go/doc.stripOutputComment

3 uses

	go/doc (current package)
		example.go#L326: 	body, comments = stripOutputComment(body, comments)
		example.go#L401: 			newF.Body, comments = stripOutputComment(f.Body, comments)
		example.go#L417: func stripOutputComment(body *ast.BlockStmt, comments []*ast.CommentGroup) (*ast.BlockStmt, []*ast.CommentGroup) {